PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFMarkupAnnotation Class / PDFMarkupAnnotation Constructor / PDFMarkupAnnotation Constructor(PDFCosDictionary)
The COS annotation.
In This Topic
    PDFMarkupAnnotation Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFMarkupAnnotation object with the specified COS annotation.
    Syntax
    protected PDFMarkupAnnotation( 
       PDFCosDictionary cosAnnotation
    )

    Parameters

    cosAnnotation
    The COS annotation.
    See Also